CollectionView for WinForms
InsertAsync メソッド (C1GroupCollectionView<S>)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > C1GroupCollectionView<S> クラス : InsertAsync メソッド
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Public Overrides Function InsertAsync( _
   ByVal index As System.Integer, _
   ByVal addedItem As System.Object _
) As System.Threading.Tasks.Task(Of Integer)
public override System.Threading.Tasks.Task<int> InsertAsync( 
   System.int index,
   System.object addedItem
)

パラメータ

index
The index where the item will be inserted.
addedItem
The item to be inserted.
参照

C1GroupCollectionView<S> クラス
C1GroupCollectionView<S> メンバ